home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 16 / q16.d81 / t.link boot < prev    next >
Text File  |  2022-08-28  |  6KB  |  124 lines

  1.                                P A I N T L I N K
  2.  
  3.                        by Rick Ferreira and Bill Foster
  4.  
  5.  
  6.      The 80-column screen is a wonderful canvas for art, especially if you
  7. use THE graphics system for 80-columns, BASIC 8 from WalrusSoft.  There are
  8. several paint programs written in BASIC 8, including PAINT and PAINT II,
  9. published on LOADSTAR 128 #8 and #11 by Peter Marions.  SPECTRUM 128 from
  10. Free Spirit Software and I PAINT from Mindware (reviewed on LS 128 #14) are
  11. two more 80-column paint programs that use the power of BASIC 8.
  12.  
  13.      The 80-column screen has many useful and interesting features, one of
  14. which is the ability to use different "cell sizes".  A cell is a rectangular
  15. area on the screen which dictates how close different colors can be to each
  16. other.  A typical hi-res screen (which the text screen you're looking at
  17. right now is) allows one foreground color and one background color for each
  18. 8x8 square of pixels.
  19.  
  20.      Cell size is a limitation placed on computer artists, who would like to
  21. be able to manipulate the color of each pixel.  Therefore, the designers of
  22. BASIC 8 make more discrete color manipulation possible by allowing the color
  23. cells to be redefined.  With BASIC 8 you can use 2x8, 4x8, 8x8 or 16x8
  24. cells.  This means that if you are in the 2x8 mode, you are restricted to
  25. one foreground and one background color in a cell measuring 2 pixels across
  26. and 8 pixels high.  In the same area filled by an 8x8 cell on a normal
  27. 80-column screen, you can now get FOUR colors.  As you can imagine, artists
  28. love it.
  29.  
  30.      The only problem is that not all paint programs allow easy changing
  31. between cell sizes.  PAINT 128 II is strictly an 8x8 program.  You can load
  32. other cell size pictures and brushes into it but they are transformed
  33. automatically into 8x8 on the screen.  When you save a PAINT 128 II pict. or
  34. brus. they are saved in the 8x8 format.
  35.  
  36.      This is where PAINTLINK comes in.  With this handy utility, you can
  37. load any pict. or brus. and view it.  Then, by pressing 2, 4, 8 or 1 (for
  38. 16) the picture is quickly converted before your very eyes into 2x8, 4x8,
  39. 8x8 or 16x8 format.  Then you can save the picture in the new format for
  40. loading into a paint program.
  41.  
  42.      When booted, PAINTLINK displays a title screen (which you can skip by
  43. pressing a key) then asks you to set the drive configuration.  Drives 8, 9
  44. or 10 are allowed for source and/or destination.  The destination drive is
  45. also called the SAVE drive.  You may only select drives that are hooked up
  46. and active.
  47.  
  48.      Then you go to a menu where you can
  49.  
  50.   P - Work on a pict. file
  51.  
  52.   B - Work on a brus. file
  53.  
  54.   R - Re-select drives
  55.  
  56.   Q - Quit the program
  57.  
  58.      This program is simple to use.  Press P or B and you're asked to enter
  59. a filename of a pict. or brus. on the disk in the SOURCE drive.  You may
  60. press F1 to see a directory of the files on disk or press RETURN to go back
  61. to the menu.  Note that you don't have to enter the "pict." or "brus."
  62. prefix for the file.  It's already printed on the screen, right before the
  63. cursor, which looks like a reversed # sign.  You may use wildcards.
  64.  
  65.      After the picture or brush is displayed, a window will show you the
  66. current cell size and ask you to enter a new cell size.  The program is
  67. looking for a 2, 4, 8 or 1.  The 1 is used for a 16 and the other numbers
  68. represent their cell sizes.  You may also press H at any time the picture is
  69. showing and a help screen will pop up.
  70.  
  71.      The help screen shows you that S is used for saving AND/OR discarding
  72. the picture.  Remember this because it's the way to exit from the program or
  73. load another picture.  When you press S, you can enter a filename for the
  74. file to be saved to the SAVE disk, or just press RETURN to go back to the
  75. main menu.  You can also press F1 to see a directory so you don't use a
  76. filename already on the disk.
  77.  
  78.      When you press a number (2, 4, 8 or 1) the screen is immediately
  79. redrawn in the newly chosen cell size.  You may or may not see a difference.
  80.  If the picture was drawn in a big cell size and you convert it to a smaller
  81. one, you probably won't see any change, although it will now be in a format
  82. capable of being recolored with more detail by a paint program.  If you
  83. convert a small cell-size picture into a larger cell-size, you will probably
  84. see some color changes.  On this disk are a pict. and a brus. by Walt Harned
  85. that you can play with.  Don't save the pictures to the LOADSTAR disk,
  86. though, there won't be room for them.
  87.  
  88.      PAINTLINK is the latest in a series of art utilities written by Rick
  89. Ferreira and Bill Foster, authors of ANTE UP.  If you are interested in
  90. 80-column art you should check out the following programs published on
  91. LOADSTAR 128:
  92.  
  93.  GEOPAINTING BASIC 8 - LS 128 #4 - Scott Resh
  94.    Converts B8 pict.s to GEOPAINT format
  95.  
  96.  PAINT 128 - LS 128 #8 - Peter Marions
  97.    Our pet 8x8 paint program - upgraded on LS 128 #11)
  98.  
  99.  PAINT COMPANION - LS 128 #9 - Ferreira and Foster
  100.    Convert Print Shop, PrintMaster, Doodle images into B8 format
  101.  
  102.  SCREENSKETCH - LS 128 #11 - Jon Mattson
  103.    Make 80-column text screens easily
  104.  
  105.  PAINT 128 II - LS 128 #11 - Peter Marions
  106.    Adds a zoom mode, mouse support, font sizer, merging and much more
  107.  
  108.  PAINT COMPANION II - LS 128 #11 - Ferreira and Foster
  109.    Convert Koala (multi-color) and GEOPAINT to BASIC 8 format
  110.  
  111.  PAINT WORKS - LS 128 #13 - Ferreira and Foster
  112.    Change color, flip and reverse any B8 picture
  113.  
  114.  CLIP ARTIST - LS 128 #13 - Dick Heckert
  115.    Make PS, PM and brushes with paint program power
  116.  
  117.  SON OF CLIP ARTIST - LS 128 #14 - Dick Heckert
  118.    Same as Clip Artist but works without 64K video RAM
  119.  
  120. Now add to that list, PAINTLINK.
  121.  
  122. FT
  123.                            ***** End of Text ****                           
  124.